home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 July / CHIP 2006-07.2.iso / program / google / google-browsersync.xpi / chrome / chromeFiles / content / prefs_template.js < prev    next >
Encoding:
Mozilla (Netscape) settings  |  2006-06-07  |  491 b   |  14 lines

  1. # Mozilla User Preferences
  2.  
  3. /* Do not edit this file.
  4.  *
  5.  * If you make changes to this file while the application is running,
  6.  * the changes will be overwritten when the application exits.
  7.  *
  8.  * To make a manual change to preferences, you can visit the URL about:config
  9.  * For more information, see http://www.mozilla.org/unix/customizing.html#prefs
  10.  */
  11.  
  12. user_pref("network.proxy.autoconfig_url", "http://www.corp.google.com/winproxy.pac");
  13. user_pref("network.proxy.type", 2);
  14.